home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / HISTORY < prev    next >
Text File  |  1991-07-05  |  1KB  |  26 lines

  1. Atree release 1.2
  2. ~~~~~~~~~~~~~~~~~
  3.  
  4. Changes in 1.2:
  5.  
  6.     - Redid atree_train verbosity output, no longer have to click
  7.       after every epoch - scrolling window flaky when training two trees
  8.       simultaneously (because of storage of strings in global variables -
  9.       a quick fix, to be sure, but much better than the old MessageBoxes!)
  10.  
  11.     - Mult.exe is not a two-bit multiplexor, it's a three-bit multiplexor!
  12.       Boy, do I feel embarrased!  2^11 elements in domain, instead of 2^6,
  13.       which means that it is a lot harder problem than I thought, and would
  14.       explain the longer training times than one would expect from a two-bit
  15.       multiplexor.
  16.  
  17.     - minor macro name changes to keep Dr. Armstrong happy.
  18.  
  19. Changes in 1.1:
  20.  
  21.     - Bug in atree_free() fixed, will free all subtrees now
  22.     - Modified ????_flag assignments in build_tree() that caused
  23.       flaky learning if memory wasn't initialized to zero first.
  24.     - Mult.exe now has verbosity level 1, so it doesn't look like
  25.       it's just sitting there doing nothing
  26.